home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1987 / Dec 87 / TimeKeeper Doc 12⁄22 < prev    next >
Encoding:
Text File  |  1991-03-06  |  3.2 KB  |  92 lines  |  [TEXT/GEOL]

  1. Item    7693008                         22-Dec-87        17:00
  2.  
  3. From:   ROSENSTEIN1                     Rosenstein, Larry
  4.  
  5. To:     MACAPP$                         MacApp Interest List
  6.         UG0001                          BMUG User Group
  7.         D0296                           Digidesign, Reg Dev, Evan Brooks
  8.         OPPENHEIME2                     Oppenheimer, Charles
  9.         D0483                           CMS Enhancements, Reg Dev, J Reekes
  10.         D0435                           Mactutor, Dev Tech Suppt, L Smith
  11.         D0619                           Palomar Software, Dev, Joel West
  12.         INGALLS1                        Ingalls, Dan
  13.  
  14. Sub:    TimeKeeper Documentation
  15.  
  16. TimeKeeper Documentation
  17. Larry Rosenstein
  18. Apple Computer Inc.
  19. 12/16/87
  20.  
  21.  
  22. TimeKeeper is a simple program written with MacApp™.  I wrote
  23. it primarily to run under Multifinder™.  I wanted to have a
  24. small clock always on the screen.  I didn't want to use one
  25. of the menu bar clocks, since (at the time) they didn't work
  26. well with Multifinder or the Macintosh II.  The Alarm Clock DA
  27. wasn't good enough because it appears in the same place
  28. all the time (usually in the wrong place).
  29.  
  30. Thus, TimeKeeper was created.
  31.  
  32. TimeKeeper displays an analog clock in a circular window on
  33. the screen.  It runs in the background under Multifinder,
  34. and uses Multifinder's WaitNextEvent call.  It will run
  35. without Multifinder as well, although this isn't very
  36. interesting.
  37.  
  38. TimeKeeper remembers the window position and all its settings
  39. in a preferences file.  Therefore, you can make it one of
  40. your startup applications under Multifinder and it will
  41. always appear where you last put it.
  42.  
  43. There is not much to know to use TimeKeeper.  You can resize
  44. the window by clicking on the white arc.  If you click anywhere
  45. else on the border you can drag the window.
  46.  
  47. The commands in the Options menu should be self-explanatory.
  48. If you turn on the hourly chime, your Mac will beep on
  49. the hour.  On a Macintosh II, which has the new Sound Manager,
  50. you will also be able to select any of the beep sounds you
  51. have installed.
  52.  
  53. If you turn on the sweep second hand, then TimeKeeper will
  54. wake up every second to move the hand.  Otherwise, it will
  55. wake up only once a minute.  (Actually, because of a bug
  56. in System 4.2, TimeKeeper wakes up every half second.  This
  57. bug will be fixed in the next version of the System; TimeKeeper
  58. checks the System version to decide if the fix is installed,
  59. and will adapt to either system.)
  60.  
  61. If you turn on the circular clock option, then the clock
  62. window will be constrained to be a circle.  This makes for
  63. a nicer-looking display.
  64.  
  65. TimeKeeper may be freely distributed, provided you don't charge
  66. for it.  If you do distribute it, please include this file.
  67.  
  68. Although I have been using TimeKeeper myself for a while, I
  69. haven't tested it with a wide variety of software or hardware,
  70. so beware.  You might want to try it out first without any other
  71. prorgams running, so that you don't lose any valuable data.
  72.  
  73. So give TimeKeeper a try, and let me know what you think!
  74.  
  75. Larry Rosenstein
  76. Apple Computer Inc.
  77. 20525 Mariani Ave M/S 32-E
  78. Cupertino, CA 95014
  79.  
  80. CSNet: lsr@Apple.COM
  81. UUCP:  {nsc, sun}!apple!lsr
  82. AppleLink: Rosenstein1
  83.  
  84.  
  85. © Apple Computer, Inc.  1987
  86.  
  87.  
  88. Change Log:
  89.  
  90. 12/22/87:  1.0a1
  91.  
  92.